toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
assets.interfaces.avatar.IAvatar
Namespace
IAvatar
Functions
Properties
Properties
equippables
Link copied to clipboard
val
equippables
:
I
=
null
eye_color
Link copied to clipboard
val
eye_color
:
I
=
null
eyebrows
Link copied to clipboard
val
eyebrows
:
I
=
null
eyes
Link copied to clipboard
val
eyes
:
I
=
null
hair_color
Link copied to clipboard
val
hair_color
:
I
=
null
interface
Link copied to clipboard
val
interface
:
text
=
"com.myneighboralice.IAvatar"
mouth
Link copied to clipboard
val
mouth
:
I
=
null
skin_color
Link copied to clipboard
val
skin_color
:
I
=
null
Functions
dependencies
Link copied to clipboard
function
dependencies
(
)
:
list
<
dclass
>
get
Link copied to clipboard
function
get
(
)
:
dclass
get_equippables
Link copied to clipboard
function
get_equippables
(
instance
:
instance
)
:
list
<
instance
>
get_eye_color
Link copied to clipboard
function
get_eye_color
(
instance
:
instance
)
:
integer
get_eyebrows
Link copied to clipboard
function
get_eyebrows
(
instance
:
instance
)
:
integer
get_eyes
Link copied to clipboard
function
get_eyes
(
instance
:
instance
)
:
integer
get_hair_color
Link copied to clipboard
function
get_hair_color
(
instance
:
instance
)
:
integer
get_mouth
Link copied to clipboard
function
get_mouth
(
instance
:
instance
)
:
integer
get_skin_color
Link copied to clipboard
function
get_skin_color
(
instance
:
instance
)
:
integer
register
Link copied to clipboard
function
register
(
account
:
account
)
set_equippables
Link copied to clipboard
function
set_equippables
(
instance
:
instance
,
updated_equippables
:
list
<
instance
>
)